Step 2: Discord
Discord Application Setup​
- Go to https://discord.dev/ and create a new application.
Navigate to application creation
Put the name of your application here and accept the terms of service.
- Get your Application ID, Token, and Public Key. Examples of where you find them are below.
Application ID:
Token:
Public Key:
Save these in your .env file as
DISCORD_TOKEN= <Token>
DISCORD_ID= <Application ID>
DISCORD_PUBLIC_KEY= <Public Key>